-
Notifications
You must be signed in to change notification settings - Fork 3
Add 2D Compressible Euler with Gravity #119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #119 +/- ##
==========================================
+ Coverage 96.88% 97.10% +0.21%
==========================================
Files 28 29 +1
Lines 3369 3621 +252
==========================================
+ Hits 3264 3516 +252
Misses 105 105 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ranocha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Just a minor round of comments.
src/equations/compressible_euler_internal_kinetic_energy_with_gravity_2d.jl
Outdated
Show resolved
Hide resolved
src/equations/compressible_euler_internal_kinetic_energy_with_gravity_2d.jl
Show resolved
Hide resolved
src/equations/compressible_euler_internal_kinetic_energy_with_gravity_2d.jl
Show resolved
Hide resolved
src/equations/compressible_euler_internal_kinetic_energy_with_gravity_2d.jl
Outdated
Show resolved
Hide resolved
Co-authored-by: Hendrik Ranocha <[email protected]>
|
@ranocha I've changed the name accordingly and added the comment. This is ready for the final round of review. Thanks! |
ranocha
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This PR adds the 2D compressible Euler Equations with gravity where the prognostic variables are density, momentum and kinetic plus internal energy, instead of the total energy as in #79.
I have few questions about the name, at the moment I decided for
CompressibleEulerInternalKineticEnergyEquationsWithGravity2D, however I'm not sure whether this is the best option, to differentiate it byCompressibleEulerEquationsWithGravity2Dwhere the total energy is the prognostic variable.Other suggestions may be:
CompressibleEulerInternalAndKineticEnergyEquationsWithGravity2DCompressibleEulerKineticInternalEnergyEquationsWithGravity2DCompressibleEulerKineticAndInternalEquationsWithGravity2DDo you have any suggestions @benegee, @tristanmontoya, @amrueda?
Hendrik suggested
CompressibleEulerEnergyEquationsWithGravity2D.To do in new PRs: